<DOMSymbolItem xmlns="http://ns.adobe.com/xfl/2008/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Symbol 323" itemID="6a9db000-000000ec" lastModified="1788719115">
<timeline>
<DOMTimeline name="Symbol 323">
<layers>
<DOMLayer name="Script Layer" color="#d030d4">
<frames>
<DOMFrame index="0" keyMode="9728">
<Actionscript>
<script>i = 1;
var smokeInt = setInterval(function()
{
i++;
attachMovie("blockiez_smokeClip","smoke" + i,i);
eval("smoke" + i)._x = random(40) - 20;
eval("smoke" + i)._alpha = 30;
ran = random(2);
if(ran == 1)
{
eval("smoke" + i)._xscale = -100;
}
eval("smoke" + i)._yscale = 50;
trace("smokeInterVal is On");
}
,1000);
this.onUnload = function()
{
clearInterval(smokeInt);
};
</script>
</Actionscript>
<elements/>
</DOMFrame>
</frames>
</DOMLayer>
</layers>
</DOMTimeline>
</timeline>
</DOMSymbolItem>